(x_write_glyphs): Clear phys_cursor_on_p if current
authorKim F. Storm <storm@cua.dk>
Wed, 22 May 2002 21:17:45 +0000 (21:17 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 22 May 2002 21:17:45 +0000 (21:17 +0000)
commit0afd64f5bfa6c8040221a37b4e159b4b5f7f81bc
tree45625b1555b28ec2a5d02f00deac2fbc213f661d
parent76481c888e0a65659029cc716afd3b38d31b23bf
(x_write_glyphs): Clear phys_cursor_on_p if current
phys_cursor's hpos is overwritten.  This is still not completely
correct, as it doesn't really make sense to use hpos at all to
get the cursor glyph (as that is relative to the width of the
characters on the line, which may have changed during the update).
src/xterm.c